Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps aminya/setup-cpp from 0.37.0 to 1.1.0.

Release notes

Sourced from aminya/setup-cpp's releases.

v1.0.0

What's Changed

To provide fast development environments, setup-cpp provides several prebuilt docker images that have the tools you need. You can use these images as a base image for your project.

The names are in the format aminya/setup-cpp-<platform>:<platform_version>-<setup_cpp_version> and aminya/setup-cpp-<platform>-<compiler>:<platform_version>-<setup_cpp_version>.

Ubuntu Images

Base image with cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang

FROM aminya/setup-cpp-ubuntu:22.04-1.0.0 AS builder

Image with llvm and the base tools:

FROM aminya/setup-cpp-ubuntu-llvm:22.04-1.0.0 AS builder

Image with gcc and the base tools:

FROM aminya/setup-cpp-ubuntu-gcc:22.04-1.0.0 AS builder

Image with mingw and the base tools:

FROM aminya/setup-cpp-ubuntu-mingw:22.04-1.0.0 AS builder

Fedora Images

Base image with cmake, ninja, task, vcpkg, python, make, cppcheck, gcovr, doxygen, ccache, conan, meson, cmakelang

FROM aminya/setup-cpp-fedora:40-1.0.0 AS builder

... (truncated)

Commits
  • 3aac37c chore(release): v1.1.0 [skip test]
  • 8a10f32 ci: update Docker hub readmes automatically
  • fd2c1df Merge pull request #350 from aminya/install-tool [skip ci]
  • 43d46ef fix: make setup-cpp --version/help immutable
  • 3ce1db2 fix: add option for setup-cpp cli install
  • 1d824aa fix: install the setup-cpp cli in all envs
  • 4f0c49a feat: install setup-cpp CLI in GitHub Actions
  • 4136222 Merge pull request #347 from aminya/deps [skip ci]
  • 4019fa5 fix: update dependencies
  • 7c86e32 ci(docker): fix the tag reference for the base image
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.37.0 to 1.1.0.
- [Release notes](https://github.com/aminya/setup-cpp/releases)
- [Commits](aminya/setup-cpp@2908244...3aac37c)

---
updated-dependencies:
- dependency-name: aminya/setup-cpp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2025
@dependabot dependabot bot requested a review from Rinzii as a code owner March 1, 2025 11:22
@Rinzii Rinzii merged commit f3531a7 into dev Mar 3, 2025
24 checks passed
@Rinzii Rinzii deleted the dependabot/github_actions/dev/aminya/setup-cpp-1.1.0 branch March 3, 2025 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants